xen/arm: Rename vgic_reg* functions definitions and calls to vreg_reg*
authorBhupinder Thakur <bhupinder.thakur@linaro.org>
Thu, 22 Jun 2017 07:38:37 +0000 (13:08 +0530)
committerStefano Stabellini <sstabellini@kernel.org>
Fri, 23 Jun 2017 18:03:18 +0000 (11:03 -0700)
commitd5f6383d9a0316a37fb3f05a23d4cce936a262b3
tree686763947ce113efffaf032d3d6c69b33ad17127
parentc6b6916279f17fef5708bb5a82d075df3f996db5
xen/arm: Rename vgic_reg* functions definitions and calls to vreg_reg*

This patch renames the vgic_reg* access functions defined in vreg.h to vreg_reg*
and replaces all calls to vgic_reg* functions in vgic/its emulation code to vreg_reg*.

vreg_reg* are generic functions, which can be used to operate on 32/64-bit registers.

SBSA UART emulation code will also use vreg_reg* access functions for
accessing emulated pl011 registers.

Signed-off-by: Bhupinder Thakur <bhupinder.thakur@linaro.org>
Reviewed-by: Julien Grall <julien.grall@arm.com>
xen/arch/arm/vgic-v2.c
xen/arch/arm/vgic-v3-its.c
xen/arch/arm/vgic-v3.c
xen/include/asm-arm/vreg.h